debian/setup-stamp: remove redundant mkdir
authorRob Browning <rlb@defaultvalue.org>
Sun, 2 Oct 2016 18:07:54 +0000 (13:07 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 2 Oct 2016 18:07:54 +0000 (13:07 -0500)
debian/rules

index 56bd25068ef0fba63c5016afd74b1a0d43927d02..c8fe43deb759cef7b9e19b44a87893c7c292797a 100755 (executable)
@@ -294,7 +294,7 @@ debian/$(flavor)-common.README.Debian: \
 debian/setup-stamp:
        $(testdir)
        ./autogen.sh
-       mkdir -p $(dir $@) && touch $@
+       touch $@
 
 # common configure flags
 confflags += --prefix=/usr